From 50d37beeb51c95aaead8b3ef2c946189a066486e Mon Sep 17 00:00:00 2001 From: Armand Philippot Date: Fri, 17 Dec 2021 23:29:10 +0100 Subject: chore: create mutation to add a new comment on posts --- src/pages/article/[slug].tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/pages/article/[slug].tsx') diff --git a/src/pages/article/[slug].tsx b/src/pages/article/[slug].tsx index df5ae51..55753c3 100644 --- a/src/pages/article/[slug].tsx +++ b/src/pages/article/[slug].tsx @@ -47,7 +47,7 @@ const SingleArticle: NextPageWithLayout = ({ post }) => {

{t`Comments`}

{t`Leave a comment`}

- + -- cgit v1.2.3